home *** CD-ROM | disk | FTP | other *** search
- /* WIDE AREA INFORMATION SERVER SOFTWARE:
- No guarantees or restrictions. See the readme file for the full standard
- disclaimer.
-
- This is part of the shell user-interface for the WAIS software. Do with it
- as you please.
-
- jonathan@Think.COM
- *
- * $Log: util.h,v $
- * Revision 1.2 92/03/17 14:32:44 jonathan
- * Prototyped and cleaned up.
- *
- */
-
- #ifndef _H_UTIL
- #define _H_UTIL
-
- #include <cdialect.h>
-
- int charlistlength _AP((char** list));
- void listlength _AP((List list));
- void find_value _AP((char* source, char* key, char* value, int value_size));
- #endif
-